home *** CD-ROM | disk | FTP | other *** search
/ Essentials of Interactive Physiology / Essentials of Interactive Physiology.iso / pc / files / code / pagecount.js < prev    next >
Encoding:
Text File  |  2004-07-26  |  2.7 KB  |  104 lines

  1. function pageCountParent() {
  2.     this.count = new Array();
  3.     this.type = new Array();
  4.  
  5.     this.count.muscrevw = 12;
  6.     this.count.neurojct = 7;
  7.     this.count.slidflmt = 30;
  8.     this.count.muscmeta = 16;
  9.     this.count.resprev = 13;
  10.     this.count.pulmvent = 11;
  11.     this.count.gastran = 13;
  12.     this.count.heartrev = 8;
  13.     this.count.intrcond = 7;
  14.     this.count.anatrevd = 8;
  15.     this.count.anatrevdq = 2;
  16.     this.count.cardcycl = 11;
  17.     this.count.vsslrevw = 28;
  18.     this.count.bpvolvvel = 13;
  19.     this.count.bodfluid = 23;
  20.     this.count.urinrevw = 20;
  21.     this.count.nervrevw = 12;
  22.     this.count.membpot  = 14;
  23.     this.count.muscrevwq = 6;
  24.     this.count.neurojctq = 1;
  25.     this.count.slidflmtq = 15;
  26.     this.count.muscmetaq = 4;
  27.     this.count.resprevq  = 9;
  28.     this.count.pulmventq = 6;
  29.     this.count.gastranq  = 6;
  30.     this.count.heartrevq  = 0;
  31.     this.count.intrcondq = 5;
  32.     this.count.cardcyclq  = 6;
  33.     this.count.bpvolvvelq = 2;
  34.     this.count.bodfluidq = 7;
  35.     this.count.urinrevwq = 6;
  36.     this.count.nervrevwq = 7;
  37.     this.count.membpotq  = 2;
  38.     this.count.overviewq = 0;
  39.     this.count.ionchan2q = 5;
  40.     this.count.acthorm = 3;
  41.     this.count.acthormq = 0;
  42.     this.count.biosec = 3;
  43.     this.count.biosecq = 0;
  44.     this.count.endorev = 6;
  45.     this.count.endorevq = 3;
  46.     this.count.endorient = 1;
  47.     this.count.endorientq = 0;
  48.     this.count.hormoneimb = 5;
  49.     this.count.hormoneimbq = 0;
  50.     this.count.hypoaxis = 3;
  51.     this.count.hypoaxisq = 0;
  52.     
  53.     this.type.muscrevw = "dcr";
  54.     this.type.neurojct = "dcr";
  55.     this.type.slidflmt = "dcr";
  56.     this.type.muscmeta = "dcr";
  57.     this.type.resprev = "dcr";
  58.     this.type.pulmvent = "dcr";
  59.     this.type.gastran = "dcr";
  60.     this.type.heartrev = "dcr";
  61.     this.type.intrcond = "dcr";
  62.     this.type.anatrevd = "dcr";
  63.     this.type.anatrevdq = "dcr";
  64.     this.type.cardcycl = "dcr";
  65.     this.type.vsslrevw = "dcr";
  66.     this.type.bpvolvvel = "dcr";
  67.     this.type.bodfluid = "dcr";
  68.     this.type.urinrevw = "dcr";
  69.     this.type.nervrevw = "dcr";
  70.     this.type.membpot  = "dcr";
  71.     this.type.muscrevwq = "dcr";
  72.     this.type.neurojctq = "dcr";
  73.     this.type.slidflmtq = "dcr";
  74.     this.type.muscmetaq = "dcr";
  75.     this.type.resprevq  = "dcr";
  76.     this.type.pulmventq = "dcr";
  77.     this.type.gastranq  = "dcr";
  78.     this.type.hertrevq  = "dcr";
  79.     this.type.intrcondq = "dcr";
  80.     this.type.cardcyclq  = "dcr";
  81.     this.type.bpvolvvelq = "dcr";
  82.     this.type.bodfluidq = "dcr";
  83.     this.type.urinrevwq = "dcr";
  84.     this.type.nervrevwq = "dcr";
  85.     this.type.membpotq  = "dcr";
  86.     this.type.overviewq = "dcr";
  87.     this.type.ionchan2q = "dcr";
  88.     this.type.acthorm = "swf";
  89.     this.type.acthormq = "swf";
  90.     this.type.biosec = "swf";
  91.     this.type.biosecq = "swf";
  92.     this.type.endorev = "swf";
  93.     this.type.endorevq = "swf";
  94.     this.type.endorient = "swf";
  95.     this.type.endorientq = "swf";
  96.     this.type.hormoneimb = "swf";
  97.     this.type.hormoneimbq = "swf";
  98.     this.type.hypoaxis = "swf";
  99.     this.type.hypoaxisq = "swf";
  100. }
  101.  
  102.  
  103.  
  104.